Vcenter ConsumptionDomains ZoneAssociations Cluster FilterSpec

Vcenter ConsumptionDomains ZoneAssociations Cluster FilterSpec
Vcenter ConsumptionDomains ZoneAssociations Cluster FilterSpec

The Vcenter ConsumptionDomains ZoneAssociations Cluster FilterSpec schema contains properties used to filter the results when listing associations between clusters and zones, see GET /vcenter/consumption-domains/zone-associations/cluster. If multiple filtering criteria are provided in a Vcenter ConsumptionDomains ZoneAssociations Cluster FilterSpec, then the filtering is done based on all of them, i.e., every returned zone-cluster association must satisfy all the filtering criteria. This Vcenter ConsumptionDomains ZoneAssociations Cluster FilterSpec schema can be used to list zones associated with a given cluster as well as to list the clusters associated with a given zone.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "clusters": [
        "string"
    ],
    "zones": [
        "string"
    ]
}
array of string
clusters
Optional

Zone-cluster associations will be filtered such that each association that is returned will have a cluster identifier from this set of specified cluster identifiers.

This property was added in vSphere API 8.0.0.1.

If missing or null or empty, zone-cluster associations will not be filtered based on cluster identifiers. Associations with any cluster identifier will match this filter.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource.

array of string
zones
Optional

Zone-cluster associations will be filtered such that each association that is returned will have a zone identifier from this set of specified zone identifiers.

This property was added in vSphere API 8.0.0.1.

If missing or null or empty, zone-cluster associations will not be filtered based on zone identifiers. Associations with any zone identifier will match this filter.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone.